Gets or sets the text to use when the toggle is checked.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string CheckedText { get; set; }
Visual Basic
Public Property CheckedText As String
	Get
	Set
XAML Attribute Usage
<object CheckedText="string" .../>

Field Value

The checked text.

See Also